I have read on some websites that you can do mass conversion using the terminal. I would rather prefer converting them by a program. Do you know if such an app ...
I have few us-ascii encoded files. I want to convert them to utf-8 recursively. To find the files I am using the command find . -name *.adoc -type f -exec ...